Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mwclient from 0.10.1 to 0.11.0 #126

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps mwclient from 0.10.1 to 0.11.0.

Release notes

Sourced from mwclient's releases.

Version 0.11.0

Major Changes

  • The Site.writeapi attribute is removed. It has been hardcoded to True and deprecated in upstream mediawiki since 1.32, so code that uses it isn't doing anything useful.
  • The limit argument to various methods and generators is deprecated. Its name is misleading: it does not limit the total number of items returned, but sets the chunk size in which items are retrieved from the API. It is replaced by two other arguments: api_chunk_size does the same thing as limit but is more accurately named, and max_items does what limit sounds like it should do (caps the number of items that will be returned). limit still works, but will generate a deprecation warning.
  • The reqs argument to Site.__init__ was renamed to connection_options, which is a clearer name. The old name still works but will generate a deprecation warning.
  • Support for the clientlogin login method is added. See upstream documentation.
  • A new Site.patrol method has been added, to patrol a page or revision.
  • Support for Python 3.5 and earlier has been dropped. These versions of Python are obsolete and not used in any significant supported operating system.

Full Change List (autogenerated)

... (truncated)

Commits
  • ad8518a Bump version: 0.10.1 → 0.11.0
  • 2eb6180 Update bumpversion config to avoid incorrect replacement
  • a189593 Update CREDITS.md ahead of the new release
  • 95c0b0f Deprecate limit for api_chunk_size, extend max_items (#259)
  • 74e2237 replace history deletion in example, removed in error
  • cd4830a Remove checks for/requirements on writeapi
  • 8c4b383 don't use bytes in repr()
  • 9d5d446 #211: Implement error handling for MediaWiki warnings on existing files
  • a4e29ce rename reqs arg to connection_options (#197)
  • 17fd824 Bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mwclient](https://github.com/mwclient/mwclient) from 0.10.1 to 0.11.0.
- [Release notes](https://github.com/mwclient/mwclient/releases)
- [Changelog](https://github.com/mwclient/mwclient/blob/master/CHANGELOG.md)
- [Commits](mwclient/mwclient@v0.10.1...v0.11.0)

---
updated-dependencies:
- dependency-name: mwclient
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 1, 2024
@dependabot dependabot bot requested a review from a team November 1, 2024 14:28
@lens0021
Copy link
Member

lens0021 commented Nov 2, 2024

@dependabot squash and merge

@dependabot dependabot bot merged commit dc59de2 into main Nov 2, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/pip/mwclient-0.11.0 branch November 2, 2024 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant